home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr37 / wcsub206.zip / SUBSCRIP.CFG < prev    next >
Text File  |  1995-03-15  |  4KB  |  112 lines

  1. ' SUBSCRIP.WCX configuration file
  2. ' ===============================
  3.  
  4. ' ProgName: The title that is displayed when the program starts.
  5. ' BBSName: Your BBS Name
  6. '
  7. ProgName=The Source BBS - Subscription and Renewal Service
  8. BBSName=The Source BBS
  9.  
  10. ' LogPath: Where to put the log files.
  11. '
  12. LogPath=C:\WILDCAT\SUBSCRIP\DATA
  13.  
  14. ' Warning: Filename of credit card fraud warning.  
  15. '          (Must be in Wildcat display dir)
  16. '          Setting Warning= to nothing will disable this feature.
  17. ' MailForm: Path and filename of the mail-back form for credit cards.
  18. '           Setting MailForm= to nothing will disable this feature.
  19. '
  20. Warning=WARN.BBS
  21. MailForm=C:\WILDCAT\SUBSCRIP\DATA\MAILFORM.TXT
  22.  
  23. ' MsgTo: The SysOp or user who supervises subscriptions.
  24. ' MsgConf: What conference to send the message in.
  25. '
  26. MsgTo=CHIP NORTH
  27. MsgConf=0
  28.  
  29. ' UserMsgSubject: Text to put in subject field in the message to the user.
  30. ' UserMsgFile: Filename of the file containing text to put in the message.
  31. '              Setting UserMsgFile= to nothing will disable this feature.
  32. ' UserMsgConf: What conference to send the message in.
  33. ' UserMsgFrom: Who the message to the user is from.
  34. '
  35. UserMsgSubject=Thank You!
  36. UserMsgFile=C:\WILDCAT\SUBSCRIP\DATA\THANKYOU.TXT
  37. UserMsgConf=0
  38. UserMsgFrom=Chip North
  39.  
  40. ' UseCBV: Use the call-back verifier?
  41. '
  42. UseCBV=YES
  43.  
  44. ' UseChecker: Use mathematical checking algorithm?
  45. '
  46. UseChecker=YES
  47.  
  48. ' These should be mostly self-explanatory.
  49. '
  50. ' UseOEB: Use the ATS Online Electronic Banking checking account method
  51. '         of payment?
  52. '
  53. UseVisa=YES
  54. UseMaster=YES
  55. UseAMEX=YES
  56. UseDiscover=YES
  57. UseOEB=YES
  58.  
  59. ' The following is for the Online Electronic Banking Checking Account
  60. ' payment method...
  61. '
  62. ' OEBPath: Path to the Online Electronic Banking door.  (Look for OEB109.ZIP)
  63. ' OEBBatch: Batch file to run the door, example included.
  64. ' OEBConfig: Configuration file for the door.  (Typically OEB.CFG)
  65. ' OEBWarn: Warning display file displayed before door is loaded.  Must be
  66. '          in Wildcat display directory.
  67.  
  68. OEBPath=C:\WILDCAT\DOORS\OEB
  69. OEBBatch=C:\WILDCAT\DOORS\OEB\OEB-SUB.BAT
  70. OEBConfig=OEB.CFG
  71. OEBWarn=OEBWARN.BBS
  72.  
  73. ' DenyAccess: Security levels to deny access to.
  74. '
  75. ' Use commas if you need more security levels, ie: DenyAccess=10,15,20,30
  76. '
  77. DenyAccess=TWIT,MORON
  78.  
  79. ' InstantUpgrade: Which security levels to offer the "instant upgrade" to.
  80. ' UpgradeLength: How many days should the temporary "instant upgrade" be
  81. '                for?  (It's explained in the docs.)
  82. '
  83. InstantUpgrade=TESTDRIVE,10,20,50,59,60
  84. UpgradeLength=2
  85.  
  86. ' Now let's define which security levels we will offer...
  87. '
  88. ' SecLevel=<Level>, <Price>, <Length in Months>, <Display File>
  89. '
  90. ' <Level>: The security level name in makewild.
  91. ' <Price>: Price in dollars.
  92. ' <Length in Months>: The length of the subscription.
  93. ' <Display File>: Display file showed to users if they choose "instant
  94. '                 upgrade"  Must be in Wildcat display directory.
  95. '
  96. ' Note=<text>
  97. '
  98. ' Adds a little tag at the end of the menu, when you try the program you'll
  99. ' see what it does.  Hard to explain otherwise.  =)
  100. '
  101. SecLevel=55,  $15, 12, UPGRADE.BBS
  102. SecLevel=56,  $27, 12, UPGRADE.BBS
  103. SecLevel=56,  $15,  6, UPGRADE.BBS
  104. SecLevel=57,  $37, 12, UPGRADE.BBS
  105. SecLevel=57,  $20,  6, UPGRADE.BBS
  106. SecLevel=58,  $55, 12, UPGRADE.BBS
  107. SecLevel=58,  $30,  6, UPGRADE.BBS
  108. SecLevel=100, $85, 12, UPGRADE.BBS
  109. SecLevel=100, $45,  6, UPGRADE.BBS
  110. Note=Commercial Users *MUST* subscribe to level 100.
  111.  
  112.